home *** CD-ROM | disk | FTP | other *** search
- /*
- * logopoints.h
- *
- * contains the data for one-third of the complete SGI "box" logo. this
- * data is centered at the origin. The complete logo is created by scaling,
- * rotating and translating the initial data points specified here.
- */
-
- #define Ax 0.0
- #define Ay 0.104
-
- #define Bx 0.231
- #define By 0.237
-
- #define Cx 0.113
- #define Cy 0.3051
-
- #define Dx 0.113
- #define Dy 0.192
-
- #define Ex 0.023
- #define Ey 0.14
-
- #define Fx 0.023
- #define Fy 0.461
-
- #define Gx 0.411
- #define Gy 0.237
-
- #define Z 0.0
-
- /* Radius of round corners */
- #define LOGO_RADIUS .1
-